From: Joey Hess Date: Mon, 29 Sep 2025 14:46:51 +0000 (-0400) Subject: comment typo X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~52 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3dec025d86c6850e3ffeaa97e9b7ca4f3ca6b44e;p=git-annex.git comment typo --- diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index e36e723702..e502915c41 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -645,7 +645,7 @@ feedState url = fromRepo $ gitAnnexFeedState $ fromUrl url Nothing False fromFeedText :: T.Text -> B.ByteString fromFeedText = TE.encodeUtf8 -{- Like Test.Feed.parseFeedFromFile, but ensures the close-on-exec bit is +{- Like Text.Feed.parseFeedFromFile, but ensures the close-on-exec bit is - set when opening the file. -} parseFeedFromFile' :: OsPath -> IO (Maybe Feed) parseFeedFromFile' fp = parseFeedString <$> utf8readfile fp